home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / calutils.zip / CALVIEW.DOC < prev    next >
Text File  |  1994-06-22  |  2KB  |  46 lines

  1. This program displays a calcomp plot file to a VGA 640*480 16 color screen.
  2. It has been tested with all the calcomp drivers for Autocad 10,11,12
  3. Please note that for ACAD 12, you should use the Calcomp driver V2.9 as 
  4. the previous versions have bugs with the DrawingMaster for which my program
  5. cannot compensate. There should be NO problem using this software with V2.9
  6. It has also been tested with Microstation and has a bug fixed for Cadkey.
  7.  
  8.  If you find this program usefull please send me a check for $25.00.
  9. This will encourage me to add a file_open_dialog_box to the program, fix 
  10. future bugs and finish the Windows version.
  11.  
  12. Make check payable to
  13.     FRANK DROOG
  14.     2130 WESTBURY RD. APT. #C
  15.     OTTAWA, ONTARIO, CANADA
  16.     K2C-1G8
  17.  
  18. Also available 1: Cal2dxf.exe which converts calcomp plot files to ascii
  19.                   dxf which any cad package should be able to read.
  20.                2: Cal2dxfb.exe which converts calcomp plot files to binary
  21.                   dxf which which only Autocad can read but loads up to 
  22.                   5 times faster than an ascii DXF file.
  23.                3: Calstats.exe which reads a calcomp plot file and informs
  24. you 1: how many sync codes 2: value of sync code 3: bias value 4: the physical
  25. size of the plot file in inches and mm. at all the common DPIs 5: which pens
  26. are used in the plot file.        
  27.  
  28. Each program is $25.00 or get all 4 for $50.00
  29.  
  30. ------------------------------------------------------------------
  31. syntax -> calview <filename.ext> <dpi> <i/m>
  32.  
  33. 1: You must supply the filename + extension.
  34. 2: You should supply the DPI the plot file was intended for for a correct 
  35.    translation or 200 DPI will be assumed.
  36. 3: You can specify if the plot file was metric or imperial. If you dont 
  37.    specify then imperial will be assumed.
  38.  
  39.    
  40. NOTE 
  41.   This program translates most all calcomp commands that I could find. 
  42.   There are a few command I had no idea how to translate or which I could
  43.   not generate examples of to test. However It has NEVER failed to translate 
  44.   an Autocad generated calcomp file. I cant answer for other cad packages.
  45.   
  46.